#5CAFAF

Color #5CAFAF Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #5CAFAF

Tints of Fountain Blue #5CAFAF

Color information

#5CAFAF (or 0x5CAFAF) is unknown color: approx Fountain Blue. HEX triplet: 5C, AF and AF. RGB value is (92,175,175). Sum of RGB (Red+Green+Blue) = 92+175+175=442 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.81% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #5CAFAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAFAF is #A35050. Grayscale: #969696. Windows color (decimal): -10702929 or 11513692. OLE color: 11513692.

HSL color Cylindrical-coordinate representation of color #5CAFAF: hue angle of 180º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAFAF is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB92175175-
CMYK0.47000.31
HSL180º34.16%52.35%-
HSV(B)180º47.43%68.63%-
XYZ27.4836.0346.06-
YUV150.1814286.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.81%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 175 (68.75% from 255) = 39.59%
R=20.81%
G=39.59%
B=39.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921751750.47000.3118034.1652.35
Hex5CAFAF2F001Fb42234
Octal1342572575700372644264
Binary10111001010111110101111101111001111110110100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,175,175); }

 H1.HeaderClassName
 {
   color: #5CAFAF;
 }
 .AnyTagClassName
 {
   color: #5CAFAF;
 }
</style>
background-color css

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

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

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

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

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

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