Html Css Color HEX #5BBCCE Viking

📋 copy color: '#5BBCCE'

red 91 ◦ green 188 ◦ blue 206

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

Shades of Viking #5BBCCE

Tints of Viking #5BBCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 18.76%
G = 38.76%
B = 42.47%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5BBCCE (or 0x5BBCCE) is known color: Viking. HEX triplet: 5B, BC and CE. RGB value is (91,188,206). Sum of RGB (Red+Green+Blue) = 91+188+206=485 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.76% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #5BBCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBCCE is #A44331. Grayscale: #A0A0A0. Windows color (decimal): -10765106 or 13548635. OLE color: 13548635.

HSL color Cylindrical-coordinate representation of color #5BBCCE: hue angle of 189.39º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BBCCE is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 188 206 -
CMYK 0.56 0.09 0 0.19
HSL 189.39º 0.54% 0.58% -
HSV(B) 189.39º 0.56% 0.81% -
XYZ 33.44 42.65 64.86 -
YUV 161.05 153.36 78.04 -
System Red Green Blue C M Y K H S L
Decimal 91 188 206 0.56 0.09 0 0.19 189.39 0.54 0.58
Hex 5B BC CE 38 9 0 13 BD 36 3A
Octal 133 274 316 70 11 0 23 275 66 72
Binary 1011011 10111100 11001110 111000 1001 0 10011 10111101 110110 111010

Color Harmonies of #5BBCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBCCE

Black with #5BBCCE

Text Example


Text Example

White with #5BBCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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