Html Css Color HEX #525388 Governor Bay

📋 copy color: '#525388'

red 82 ◦ green 83 ◦ blue 136

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

Shades of Governor Bay #525388

Tints of Governor Bay #525388

RGB

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

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

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

R = 27.24%
G = 27.57%
B = 45.18%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#525388 (or 0x525388) is known color: Governor Bay. HEX triplet: 52, 53 and 88. RGB value is (82,83,136). Sum of RGB (Red+Green+Blue) = 82+83+136=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #525388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525388 is #ADAC77. Grayscale: #585858. Windows color (decimal): -11381880 or 8934226. OLE color: 8934226.

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

Color convert

RGB 82 83 136 -
CMYK 0.40 0.39 0 0.47
HSL 238.89º 0.25% 0.43% -
HSV(B) 238.89º 0.4% 0.53% -
XYZ 11.02 9.76 24.6 -
YUV 88.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 82 83 136 0.40 0.39 0 0.47 238.89 0.25 0.43
Hex 52 53 88 28 27 0 2F EF 19 2B
Octal 122 123 210 50 47 0 57 357 31 53
Binary 1010010 1010011 10001000 101000 100111 0 101111 11101111 11001 101011

Color Harmonies of #525388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525388

Black with #525388

Text Example


Text Example

White with #525388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525388; }

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

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

background-color css

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

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

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

border-color css

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

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

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