Html Css Color HEX #5BAFCB Viking

📋 copy color: '#5BAFCB'

red 91 ◦ green 175 ◦ blue 203

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

Shades of Viking #5BAFCB

Tints of Viking #5BAFCB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.31%

 BLUE value IS 203 (79.69% from 255) = 43.28%

R = 19.4%
G = 37.31%
B = 43.28%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5BAFCB (or 0x5BAFCB) is known color: Viking. HEX triplet: 5B, AF and CB. RGB value is (91,175,203). Sum of RGB (Red+Green+Blue) = 91+175+203=469 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.40% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #5BAFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAFCB is #A45034. Grayscale: #989898. Windows color (decimal): -10768437 or 13348699. OLE color: 13348699.

HSL color Cylindrical-coordinate representation of color #5BAFCB: hue angle of 195º degrees, saturation: 0.52, 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 #5BAFCB is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 91 175 203 -
CMYK 0.55 0.14 0 0.20
HSL 195º 0.52% 0.58% -
HSV(B) 195º 0.55% 0.8% -
XYZ 30.42 37.2 62.08 -
YUV 153.08 156.17 83.72 -
System Red Green Blue C M Y K H S L
Decimal 91 175 203 0.55 0.14 0 0.20 195 0.52 0.58
Hex 5B AF CB 37 E 0 14 C3 34 3A
Octal 133 257 313 67 16 0 24 303 64 72
Binary 1011011 10101111 11001011 110111 1110 0 10100 11000011 110100 111010

Color Harmonies of #5BAFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAFCB

Black with #5BAFCB

Text Example


Text Example

White with #5BAFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,175,203); }

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

background-color css

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

 a { background-color: rgb(91,175,203); }

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

border-color css

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

 span { border-color: rgb(91,175,203); }

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