Html Css Color HEX #5DB5CE Viking

📋 copy color: '#5DB5CE'

red 93 ◦ green 181 ◦ blue 206

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

Shades of Viking #5DB5CE

Tints of Viking #5DB5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.71%

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

R = 19.38%
G = 37.71%
B = 42.92%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5DB5CE (or 0x5DB5CE) is known color: Viking. HEX triplet: 5D, B5 and CE. RGB value is (93,181,206). Sum of RGB (Red+Green+Blue) = 93+181+206=480 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.38% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #5DB5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB5CE is #A24A31. Grayscale: #9D9D9D. Windows color (decimal): -10635826 or 13546845. OLE color: 13546845.

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

Color convert

RGB 93 181 206 -
CMYK 0.55 0.12 0 0.19
HSL 193.27º 0.54% 0.59% -
HSV(B) 193.27º 0.55% 0.81% -
XYZ 32.18 39.83 64.38 -
YUV 157.54 155.35 81.97 -
System Red Green Blue C M Y K H S L
Decimal 93 181 206 0.55 0.12 0 0.19 193.27 0.54 0.59
Hex 5D B5 CE 37 C 0 13 C1 36 3B
Octal 135 265 316 67 14 0 23 301 66 73
Binary 1011101 10110101 11001110 110111 1100 0 10011 11000001 110110 111011

Color Harmonies of #5DB5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB5CE

Black with #5DB5CE

Text Example


Text Example

White with #5DB5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,181,206); }

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

background-color css

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

 a { background-color: rgb(93,181,206); }

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

border-color css

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

 span { border-color: rgb(93,181,206); }

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