#525A85

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

Shades of Governor Bay #525A85

Tints of Governor Bay #525A85

Color information

#525A85 (or 0x525A85) is unknown color: approx Governor Bay. HEX triplet: 52, 5A and 85. RGB value is (82,90,133). Sum of RGB (Red+Green+Blue) = 82+90+133=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 133 - color contains mainly: blue. Hex color #525A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525A85 is #ADA57A. Grayscale: #5C5C5C. Windows color (decimal): -11380091 or 8739410. OLE color: 8739410.

HSL color Cylindrical-coordinate representation of color #525A85: hue angle of 230.59º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #525A85 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8290133-
CMYK0.380.3200.48
HSL230.59º23.72%42.16%-
HSV(B)230.59º38.35%52.16%-
XYZ11.3710.823.68-
YUV92.51150.85120.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 133 (52.34% from 255) = 43.61%
R=26.89%
G=29.51%
B=43.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82901330.380.3200.48230.5923.7242.16
Hex525A852620030e7182a
Octal12213220546400603473052
Binary101001010110101000010110011010000001100001110011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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