#528692

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

Shades of Hippie Blue #528692

Tints of Hippie Blue #528692

Color information

#528692 (or 0x528692) is unknown color: approx Hippie Blue. HEX triplet: 52, 86 and 92. RGB value is (82,134,146). Sum of RGB (Red+Green+Blue) = 82+134+146=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #528692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528692 is #AD796D. Grayscale: #777777. Windows color (decimal): -11368814 or 9602642. OLE color: 9602642.

HSL color Cylindrical-coordinate representation of color #528692: hue angle of 191.25º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #528692 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB82134146-
CMYK0.440.0800.43
HSL191.25º28.07%44.71%-
HSV(B)191.25º43.84%57.25%-
XYZ17.1920.9230.33-
YUV119.82142.77101.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.65%
GREEN value IS 134 (52.73% from 255) = 37.02%
BLUE value IS 146 (57.42% from 255) = 40.33%
R=22.65%
G=37.02%
B=40.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821341460.440.0800.43191.2528.0744.71
Hex5286922C802Bbf1c2d
Octal12220622254100532773455
Binary10100101000011010010010101100100001010111011111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528692; }

 p { color: rgb(82,134,146); }

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

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

 a { background-color: rgb(82,134,146); }

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

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

 span { border-color: rgb(82,134,146); }

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