Html Css Color HEX #5ABDC6 Viking

📋 copy color: '#5ABDC6'

red 90 ◦ green 189 ◦ blue 198

#5ABDC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #5ABDC6

Tints of Viking #5ABDC6

RGB

 RED value IS 90 (35.55% from 255) = 18.87%

 GREEN value IS 189 (74.22% from 255) = 39.62%

 BLUE value IS 198 (77.73% from 255) = 41.51%

R = 18.87%
G = 39.62%
B = 41.51%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5ABDC6 (or 0x5ABDC6) is known color: Viking. HEX triplet: 5A, BD and C6. RGB value is (90,189,198). Sum of RGB (Red+Green+Blue) = 90+189+198=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #5ABDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDC6 is #A54239. Grayscale: #A0A0A0. Windows color (decimal): -10830394 or 13024602. OLE color: 13024602.

HSL color Cylindrical-coordinate representation of color #5ABDC6: hue angle of 185º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ABDC6 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 90 189 198 -
CMYK 0.55 0.05 0 0.22
HSL 185º 0.49% 0.56% -
HSV(B) 185º 0.55% 0.78% -
XYZ 32.61 42.65 59.94 -
YUV 160.43 149.2 77.77 -
System Red Green Blue C M Y K H S L
Decimal 90 189 198 0.55 0.05 0 0.22 185 0.49 0.56
Hex 5A BD C6 37 5 0 16 B9 31 38
Octal 132 275 306 67 5 0 26 271 61 70
Binary 1011010 10111101 11000110 110111 101 0 10110 10111001 110001 111000

Color Harmonies of #5ABDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABDC6

Black with #5ABDC6

Text Example


Text Example

White with #5ABDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ABDC6; }

 p { color: rgb(90,189,198); }

 H1.HeaderClassName
 {
   color: #5ABDC6;
 }
 .AnyTagClassName
 {
   color: #5ABDC6;
 }
</style>

background-color css

<style>
 a { background-color: #5ABDC6; }

 a { background-color: rgb(90,189,198); }

 div.DivClassName
 {
   background-color: #5ABDC6;
 }
 .BgClassName
 {
   background-color: #5ABDC6;
 }
</style>

border-color css

<style>
 span { border-color: #5ABDC6; }

 span { border-color: rgb(90,189,198); }

 td.TdClassName
 {
   border-color: #5ABDC6;
 }
 .TagClassName
 {
   border-color: #5ABDC6;
 }
</style>