Html Css Color HEX #53589B Governor Bay

📋 copy color: '#53589B'

red 83 ◦ green 88 ◦ blue 155

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

Shades of Governor Bay #53589B

Tints of Governor Bay #53589B

RGB

 RED value IS 83 (32.81% from 255) = 25.46%

 GREEN value IS 88 (34.77% from 255) = 26.99%

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

R = 25.46%
G = 26.99%
B = 47.55%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53589B (or 0x53589B) is known color: Governor Bay. HEX triplet: 53, 58 and 9B. RGB value is (83,88,155). Sum of RGB (Red+Green+Blue) = 83+88+155=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #53589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53589B is #ACA764. Grayscale: #5D5D5D. Windows color (decimal): -11315045 or 10180691. OLE color: 10180691.

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

Color convert

RGB 83 88 155 -
CMYK 0.46 0.43 0 0.39
HSL 235.83º 0.3% 0.47% -
HSV(B) 235.83º 0.46% 0.61% -
XYZ 12.97 11.19 32.49 -
YUV 94.14 162.34 120.05 -
System Red Green Blue C M Y K H S L
Decimal 83 88 155 0.46 0.43 0 0.39 235.83 0.3 0.47
Hex 53 58 9B 2E 2B 0 27 EC 1E 2F
Octal 123 130 233 56 53 0 47 354 36 57
Binary 1010011 1011000 10011011 101110 101011 0 100111 11101100 11110 101111

Color Harmonies of #53589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53589B

Black with #53589B

Text Example


Text Example

White with #53589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,88,155); }

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

background-color css

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

 a { background-color: rgb(83,88,155); }

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

border-color css

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

 span { border-color: rgb(83,88,155); }

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