Html Css Color HEX #5DB4C4 Viking

📋 copy color: '#5DB4C4'

red 93 ◦ green 180 ◦ blue 196

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

Shades of Viking #5DB4C4

Tints of Viking #5DB4C4

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.38%

 BLUE value IS 196 (76.95% from 255) = 41.79%

R = 19.83%
G = 38.38%
B = 41.79%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5DB4C4 (or 0x5DB4C4) is known color: Viking. HEX triplet: 5D, B4 and C4. RGB value is (93,180,196). Sum of RGB (Red+Green+Blue) = 93+180+196=469 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.83% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 196 - color contains mainly: blue. Hex color #5DB4C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB4C4 is #A24B3B. Grayscale: #9B9B9B. Windows color (decimal): -10636092 or 12891229. OLE color: 12891229.

HSL color Cylindrical-coordinate representation of color #5DB4C4: hue angle of 189.32º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DB4C4 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 93 180 196 -
CMYK 0.53 0.08 0 0.23
HSL 189.32º 0.47% 0.57% -
HSV(B) 189.32º 0.53% 0.77% -
XYZ 30.8 38.96 58.12 -
YUV 155.81 150.68 83.2 -
System Red Green Blue C M Y K H S L
Decimal 93 180 196 0.53 0.08 0 0.23 189.32 0.47 0.57
Hex 5D B4 C4 35 8 0 17 BD 2F 39
Octal 135 264 304 65 10 0 27 275 57 71
Binary 1011101 10110100 11000100 110101 1000 0 10111 10111101 101111 111001

Color Harmonies of #5DB4C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB4C4

Black with #5DB4C4

Text Example


Text Example

White with #5DB4C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,180,196); }

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

background-color css

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

 a { background-color: rgb(93,180,196); }

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

border-color css

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

 span { border-color: rgb(93,180,196); }

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