Html Css Color HEX #52489D Governor Bay

📋 copy color: '#52489D'

red 82 ◦ green 72 ◦ blue 157

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

Shades of Governor Bay #52489D

Tints of Governor Bay #52489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.15%

 BLUE value IS 157 (61.72% from 255) = 50.48%

R = 26.37%
G = 23.15%
B = 50.48%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52489D (or 0x52489D) is known color: Governor Bay. HEX triplet: 52, 48 and 9D. RGB value is (82,72,157). Sum of RGB (Red+Green+Blue) = 82+72+157=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #52489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52489D is #ADB762. Grayscale: #545454. Windows color (decimal): -11384675 or 10307666. OLE color: 10307666.

HSL color Cylindrical-coordinate representation of color #52489D: hue angle of 247.06º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52489D is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 72 157 -
CMYK 0.48 0.54 0 0.38
HSL 247.06º 0.37% 0.45% -
HSV(B) 247.06º 0.54% 0.62% -
XYZ 11.88 8.86 32.98 -
YUV 84.68 168.81 126.09 -
System Red Green Blue C M Y K H S L
Decimal 82 72 157 0.48 0.54 0 0.38 247.06 0.37 0.45
Hex 52 48 9D 30 36 0 26 F7 25 2D
Octal 122 110 235 60 66 0 46 367 45 55
Binary 1010010 1001000 10011101 110000 110110 0 100110 11110111 100101 101101

Color Harmonies of #52489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52489D

Black with #52489D

Text Example


Text Example

White with #52489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52489D; }

 p { color: rgb(82,72,157); }

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

background-color css

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

 a { background-color: rgb(82,72,157); }

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

border-color css

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

 span { border-color: rgb(82,72,157); }

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