Html Css Color HEX #5CB6B9 Fountain Blue

📋 copy color: '#5CB6B9'

red 92 ◦ green 182 ◦ blue 185

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

Shades of Fountain Blue #5CB6B9

Tints of Fountain Blue #5CB6B9

RGB

 RED value IS 92 (36.33% from 255) = 20.04%

 GREEN value IS 182 (71.48% from 255) = 39.65%

 BLUE value IS 185 (72.66% from 255) = 40.31%

R = 20.04%
G = 39.65%
B = 40.31%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5CB6B9 (or 0x5CB6B9) is known color: Fountain Blue. HEX triplet: 5C, B6 and B9. RGB value is (92,182,185). Sum of RGB (Red+Green+Blue) = 92+182+185=459 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.04% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 185 - color contains mainly: blue. Hex color #5CB6B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB6B9 is #A34946. Grayscale: #9B9B9B. Windows color (decimal): -10701127 or 12170844. OLE color: 12170844.

HSL color Cylindrical-coordinate representation of color #5CB6B9: hue angle of 181.94º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB6B9 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 182 185 -
CMYK 0.50 0.02 0 0.27
HSL 181.94º 0.4% 0.54% -
HSV(B) 181.94º 0.5% 0.73% -
XYZ 29.9 39.23 51.9 -
YUV 155.43 144.68 82.76 -
System Red Green Blue C M Y K H S L
Decimal 92 182 185 0.50 0.02 0 0.27 181.94 0.4 0.54
Hex 5C B6 B9 32 2 0 1B B6 28 36
Octal 134 266 271 62 2 0 33 266 50 66
Binary 1011100 10110110 10111001 110010 10 0 11011 10110110 101000 110110

Color Harmonies of #5CB6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB6B9

Black with #5CB6B9

Text Example


Text Example

White with #5CB6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,182,185); }

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

background-color css

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

 a { background-color: rgb(92,182,185); }

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

border-color css

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

 span { border-color: rgb(92,182,185); }

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