#525A88

Color #525A88 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #525A88

Tints of Governor Bay #525A88

Color information

#525A88 (or 0x525A88) is unknown color: approx Governor Bay. HEX triplet: 52, 5A and 88. RGB value is (82,90,136). Sum of RGB (Red+Green+Blue) = 82+90+136=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #525A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525A88 is #ADA577. Grayscale: #5C5C5C. Windows color (decimal): -11380088 or 8936018. OLE color: 8936018.

HSL color Cylindrical-coordinate representation of color #525A88: hue angle of 231.11º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #525A88 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8290136-
CMYK0.400.3400.47
HSL231.11º24.77%42.75%-
HSV(B)231.11º39.71%53.33%-
XYZ11.5810.8824.78-
YUV92.85152.35120.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 90 (35.55% from 255) = 29.22%
BLUE value IS 136 (53.52% from 255) = 44.16%
R=26.62%
G=29.22%
B=44.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82901360.400.3400.47231.1124.7742.75
Hex525A88282202Fe7192b
Octal12213221050420573473153
Binary101001010110101000100010100010001001011111110011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525A88; }

 p { color: rgb(82,90,136); }

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

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

 a { background-color: rgb(82,90,136); }

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

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

 span { border-color: rgb(82,90,136); }

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