Html Css Color HEX #5CBCC9 Viking

📋 copy color: '#5CBCC9'

red 92 ◦ green 188 ◦ blue 201

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

Shades of Viking #5CBCC9

Tints of Viking #5CBCC9

RGB

 RED value IS 92 (36.33% from 255) = 19.13%

 GREEN value IS 188 (73.83% from 255) = 39.09%

 BLUE value IS 201 (78.91% from 255) = 41.79%

R = 19.13%
G = 39.09%
B = 41.79%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5CBCC9 (or 0x5CBCC9) is known color: Viking. HEX triplet: 5C, BC and C9. RGB value is (92,188,201). Sum of RGB (Red+Green+Blue) = 92+188+201=481 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.13% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #5CBCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBCC9 is #A34336. Grayscale: #A0A0A0. Windows color (decimal): -10699575 or 13220956. OLE color: 13220956.

HSL color Cylindrical-coordinate representation of color #5CBCC9: hue angle of 187.16º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CBCC9 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 92 188 201 -
CMYK 0.54 0.06 0 0.21
HSL 187.16º 0.5% 0.57% -
HSV(B) 187.16º 0.54% 0.79% -
XYZ 32.94 42.46 61.72 -
YUV 160.78 150.7 78.94 -
System Red Green Blue C M Y K H S L
Decimal 92 188 201 0.54 0.06 0 0.21 187.16 0.5 0.57
Hex 5C BC C9 36 6 0 15 BB 32 39
Octal 134 274 311 66 6 0 25 273 62 71
Binary 1011100 10111100 11001001 110110 110 0 10101 10111011 110010 111001

Color Harmonies of #5CBCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBCC9

Black with #5CBCC9

Text Example


Text Example

White with #5CBCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,188,201); }

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

background-color css

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

 a { background-color: rgb(92,188,201); }

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

border-color css

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

 span { border-color: rgb(92,188,201); }

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