Html Css Color HEX #5BBCCC Viking

📋 copy color: '#5BBCCC'

red 91 ◦ green 188 ◦ blue 204

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

Shades of Viking #5BBCCC

Tints of Viking #5BBCCC

RGB

 RED value IS 91 (35.94% from 255) = 18.84%

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

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 18.84%
G = 38.92%
B = 42.24%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5BBCCC (or 0x5BBCCC) is known color: Viking. HEX triplet: 5B, BC and CC. RGB value is (91,188,204). Sum of RGB (Red+Green+Blue) = 91+188+204=483 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.84% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #5BBCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBCCC is #A44333. Grayscale: #A0A0A0. Windows color (decimal): -10765108 or 13417563. OLE color: 13417563.

HSL color Cylindrical-coordinate representation of color #5BBCCC: hue angle of 188.5º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BBCCC is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 91 188 204 -
CMYK 0.55 0.08 0 0.2
HSL 188.5º 0.53% 0.58% -
HSV(B) 188.5º 0.55% 0.8% -
XYZ 33.2 42.55 63.59 -
YUV 160.82 152.36 78.2 -
System Red Green Blue C M Y K H S L
Decimal 91 188 204 0.55 0.08 0 0.2 188.5 0.53 0.58
Hex 5B BC CC 37 8 0 14 BC 35 3A
Octal 133 274 314 67 10 0 24 274 65 72
Binary 1011011 10111100 11001100 110111 1000 0 10100 10111100 110101 111010

Color Harmonies of #5BBCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBCCC

Black with #5BBCCC

Text Example


Text Example

White with #5BBCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,188,204); }

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

background-color css

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

 a { background-color: rgb(91,188,204); }

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

border-color css

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

 span { border-color: rgb(91,188,204); }

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