Html Css Color HEX #525387 Governor Bay

📋 copy color: '#525387'

red 82 ◦ green 83 ◦ blue 135

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

Shades of Governor Bay #525387

Tints of Governor Bay #525387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.67%

 BLUE value IS 135 (53.13% from 255) = 45%

R = 27.33%
G = 27.67%
B = 45%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#525387 (or 0x525387) is known color: Governor Bay. HEX triplet: 52, 53 and 87. RGB value is (82,83,135). Sum of RGB (Red+Green+Blue) = 82+83+135=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #525387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525387 is #ADAC78. Grayscale: #585858. Windows color (decimal): -11381881 or 8868690. OLE color: 8868690.

HSL color Cylindrical-coordinate representation of color #525387: hue angle of 238.87º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #525387 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 83 135 -
CMYK 0.39 0.39 0 0.47
HSL 238.87º 0.24% 0.43% -
HSV(B) 238.87º 0.39% 0.53% -
XYZ 10.95 9.73 24.22 -
YUV 88.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 82 83 135 0.39 0.39 0 0.47 238.87 0.24 0.43
Hex 52 53 87 27 27 0 2F EF 18 2B
Octal 122 123 207 47 47 0 57 357 30 53
Binary 1010010 1010011 10000111 100111 100111 0 101111 11101111 11000 101011

Color Harmonies of #525387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525387

Black with #525387

Text Example


Text Example

White with #525387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525387; }

 p { color: rgb(82,83,135); }

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

background-color css

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

 a { background-color: rgb(82,83,135); }

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

border-color css

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

 span { border-color: rgb(82,83,135); }

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