Html Css Color HEX #5DB5CF Viking

📋 copy color: '#5DB5CF'

red 93 ◦ green 181 ◦ blue 207

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

Shades of Viking #5DB5CF

Tints of Viking #5DB5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 19.33%
G = 37.63%
B = 43.04%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5DB5CF (or 0x5DB5CF) is known color: Viking. HEX triplet: 5D, B5 and CF. RGB value is (93,181,207). Sum of RGB (Red+Green+Blue) = 93+181+207=481 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.33% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #5DB5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB5CF is #A24A30. Grayscale: #9D9D9D. Windows color (decimal): -10635825 or 13612381. OLE color: 13612381.

HSL color Cylindrical-coordinate representation of color #5DB5CF: hue angle of 193.68º 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 #5DB5CF is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 181 207 -
CMYK 0.55 0.13 0 0.19
HSL 193.68º 0.54% 0.59% -
HSV(B) 193.68º 0.55% 0.81% -
XYZ 32.3 39.88 65.03 -
YUV 157.65 155.85 81.89 -
System Red Green Blue C M Y K H S L
Decimal 93 181 207 0.55 0.13 0 0.19 193.68 0.54 0.59
Hex 5D B5 CF 37 D 0 13 C2 36 3B
Octal 135 265 317 67 15 0 23 302 66 73
Binary 1011101 10110101 11001111 110111 1101 0 10011 11000010 110110 111011

Color Harmonies of #5DB5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB5CF

Black with #5DB5CF

Text Example


Text Example

White with #5DB5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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