Html Css Color HEX #5DB1CC Viking

📋 copy color: '#5DB1CC'

red 93 ◦ green 177 ◦ blue 204

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

Shades of Viking #5DB1CC

Tints of Viking #5DB1CC

RGB

 RED value IS 93 (36.72% from 255) = 19.62%

 GREEN value IS 177 (69.53% from 255) = 37.34%

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

R = 19.62%
G = 37.34%
B = 43.04%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5DB1CC (or 0x5DB1CC) is known color: Viking. HEX triplet: 5D, B1 and CC. RGB value is (93,177,204). Sum of RGB (Red+Green+Blue) = 93+177+204=474 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.62% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #5DB1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB1CC is #A24E33. Grayscale: #9A9A9A. Windows color (decimal): -10636852 or 13414749. OLE color: 13414749.

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

Color convert

RGB 93 177 204 -
CMYK 0.54 0.13 0 0.2
HSL 194.59º 0.52% 0.58% -
HSV(B) 194.59º 0.54% 0.8% -
XYZ 31.14 38.13 62.85 -
YUV 154.96 155.67 83.8 -
System Red Green Blue C M Y K H S L
Decimal 93 177 204 0.54 0.13 0 0.2 194.59 0.52 0.58
Hex 5D B1 CC 36 D 0 14 C3 34 3A
Octal 135 261 314 66 15 0 24 303 64 72
Binary 1011101 10110001 11001100 110110 1101 0 10100 11000011 110100 111010

Color Harmonies of #5DB1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB1CC

Black with #5DB1CC

Text Example


Text Example

White with #5DB1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,177,204); }

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

background-color css

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

 a { background-color: rgb(93,177,204); }

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

border-color css

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

 span { border-color: rgb(93,177,204); }

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