Html Css Color HEX #5CB0CE Viking

📋 copy color: '#5CB0CE'

red 92 ◦ green 176 ◦ blue 206

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

Shades of Viking #5CB0CE

Tints of Viking #5CB0CE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.13%

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

R = 19.41%
G = 37.13%
B = 43.46%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5CB0CE (or 0x5CB0CE) is known color: Viking. HEX triplet: 5C, B0 and CE. RGB value is (92,176,206). Sum of RGB (Red+Green+Blue) = 92+176+206=474 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.41% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #5CB0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CB0CE is #A34F31. Grayscale: #9A9A9A. Windows color (decimal): -10702642 or 13545564. OLE color: 13545564.

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

Color convert

RGB 92 176 206 -
CMYK 0.55 0.15 0 0.19
HSL 195.79º 0.54% 0.58% -
HSV(B) 195.79º 0.55% 0.81% -
XYZ 31.08 37.78 64.05 -
YUV 154.3 157.17 83.56 -
System Red Green Blue C M Y K H S L
Decimal 92 176 206 0.55 0.15 0 0.19 195.79 0.54 0.58
Hex 5C B0 CE 37 F 0 13 C4 36 3A
Octal 134 260 316 67 17 0 23 304 66 72
Binary 1011100 10110000 11001110 110111 1111 0 10011 11000100 110110 111010

Color Harmonies of #5CB0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB0CE

Black with #5CB0CE

Text Example


Text Example

White with #5CB0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,176,206); }

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

background-color css

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

 a { background-color: rgb(92,176,206); }

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

border-color css

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

 span { border-color: rgb(92,176,206); }

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