Html Css Color HEX #52619B Governor Bay

📋 copy color: '#52619B'

red 82 ◦ green 97 ◦ blue 155

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

Shades of Governor Bay #52619B

Tints of Governor Bay #52619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.04%

 BLUE value IS 155 (60.94% from 255) = 46.41%

R = 24.55%
G = 29.04%
B = 46.41%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52619B (or 0x52619B) is known color: Governor Bay. HEX triplet: 52, 61 and 9B. RGB value is (82,97,155). Sum of RGB (Red+Green+Blue) = 82+97+155=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #52619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52619B is #AD9E64. Grayscale: #626262. Windows color (decimal): -11378277 or 10182994. OLE color: 10182994.

HSL color Cylindrical-coordinate representation of color #52619B: hue angle of 227.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52619B is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 97 155 -
CMYK 0.47 0.37 0 0.39
HSL 227.67º 0.31% 0.46% -
HSV(B) 227.67º 0.47% 0.61% -
XYZ 13.67 12.71 32.74 -
YUV 99.13 159.53 115.78 -
System Red Green Blue C M Y K H S L
Decimal 82 97 155 0.47 0.37 0 0.39 227.67 0.31 0.46
Hex 52 61 9B 2F 25 0 27 E4 1F 2E
Octal 122 141 233 57 45 0 47 344 37 56
Binary 1010010 1100001 10011011 101111 100101 0 100111 11100100 11111 101110

Color Harmonies of #52619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52619B

Black with #52619B

Text Example


Text Example

White with #52619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52619B; }

 p { color: rgb(82,97,155); }

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

background-color css

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

 a { background-color: rgb(82,97,155); }

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

border-color css

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

 span { border-color: rgb(82,97,155); }

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