Html Css Color HEX #525988 Governor Bay

📋 copy color: '#525988'

red 82 ◦ green 89 ◦ blue 136

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

Shades of Governor Bay #525988

Tints of Governor Bay #525988

RGB

 RED value IS 82 (32.42% from 255) = 26.71%

 GREEN value IS 89 (35.16% from 255) = 28.99%

 BLUE value IS 136 (53.52% from 255) = 44.3%

R = 26.71%
G = 28.99%
B = 44.3%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#525988 (or 0x525988) is known color: Governor Bay. HEX triplet: 52, 59 and 88. RGB value is (82,89,136). Sum of RGB (Red+Green+Blue) = 82+89+136=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #525988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525988 is #ADA677. Grayscale: #5C5C5C. Windows color (decimal): -11380344 or 8935762. OLE color: 8935762.

HSL color Cylindrical-coordinate representation of color #525988: hue angle of 232.22º 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 #525988 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 89 136 -
CMYK 0.40 0.35 0 0.47
HSL 232.22º 0.25% 0.43% -
HSV(B) 232.22º 0.4% 0.53% -
XYZ 11.5 10.72 24.76 -
YUV 92.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 82 89 136 0.40 0.35 0 0.47 232.22 0.25 0.43
Hex 52 59 88 28 23 0 2F E8 19 2B
Octal 122 131 210 50 43 0 57 350 31 53
Binary 1010010 1011001 10001000 101000 100011 0 101111 11101000 11001 101011

Color Harmonies of #525988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525988

Black with #525988

Text Example


Text Example

White with #525988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525988; }

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

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

background-color css

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

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

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

border-color css

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

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

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