Html Css Color HEX #52609A Governor Bay

📋 copy color: '#52609A'

red 82 ◦ green 96 ◦ blue 154

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

Shades of Governor Bay #52609A

Tints of Governor Bay #52609A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.92%

 BLUE value IS 154 (60.55% from 255) = 46.39%

R = 24.7%
G = 28.92%
B = 46.39%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#52609A (or 0x52609A) is known color: Governor Bay. HEX triplet: 52, 60 and 9A. RGB value is (82,96,154). Sum of RGB (Red+Green+Blue) = 82+96+154=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: blue. Hex color #52609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52609A is #AD9F65. Grayscale: #626262. Windows color (decimal): -11378534 or 10117202. OLE color: 10117202.

HSL color Cylindrical-coordinate representation of color #52609A: hue angle of 228.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52609A is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 96 154 -
CMYK 0.47 0.38 0 0.40
HSL 228.33º 0.31% 0.46% -
HSV(B) 228.33º 0.47% 0.6% -
XYZ 13.5 12.49 32.27 -
YUV 98.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 82 96 154 0.47 0.38 0 0.40 228.33 0.31 0.46
Hex 52 60 9A 2F 26 0 28 E4 1F 2E
Octal 122 140 232 57 46 0 50 344 37 56
Binary 1010010 1100000 10011010 101111 100110 0 101000 11100100 11111 101110

Color Harmonies of #52609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52609A

Black with #52609A

Text Example


Text Example

White with #52609A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52609A; }

 p { color: rgb(82,96,154); }

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

background-color css

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

 a { background-color: rgb(82,96,154); }

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

border-color css

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

 span { border-color: rgb(82,96,154); }

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