Html Css Color HEX #5DBDB6 Fountain Blue

📋 copy color: '#5DBDB6'

red 93 ◦ green 189 ◦ blue 182

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

Shades of Fountain Blue #5DBDB6

Tints of Fountain Blue #5DBDB6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.73%

 BLUE value IS 182 (71.48% from 255) = 39.22%

R = 20.04%
G = 40.73%
B = 39.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#5DBDB6 (or 0x5DBDB6) is known color: Fountain Blue. HEX triplet: 5D, BD and B6. RGB value is (93,189,182). Sum of RGB (Red+Green+Blue) = 93+189+182=464 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.04% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBDB6 is #A24249. Grayscale: #9F9F9F. Windows color (decimal): -10633802 or 11976029. OLE color: 11976029.

HSL color Cylindrical-coordinate representation of color #5DBDB6: hue angle of 175.62º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBDB6 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 93 189 182 -
CMYK 0.51 0 0.04 0.26
HSL 175.63º 0.42% 0.55% -
HSV(B) 175.63º 0.51% 0.74% -
XYZ 31.16 42.1 50.74 -
YUV 159.5 140.7 80.57 -
System Red Green Blue C M Y K H S L
Decimal 93 189 182 0.51 0 0.04 0.26 175.63 0.42 0.55
Hex 5D BD B6 33 0 4 1A B0 2A 37
Octal 135 275 266 63 0 4 32 260 52 67
Binary 1011101 10111101 10110110 110011 0 100 11010 10110000 101010 110111

Color Harmonies of #5DBDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBDB6

Black with #5DBDB6

Text Example


Text Example

White with #5DBDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,189,182); }

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

background-color css

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

 a { background-color: rgb(93,189,182); }

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

border-color css

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

 span { border-color: rgb(93,189,182); }

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