Html Css Color HEX #53568B Governor Bay

📋 copy color: '#53568B'

red 83 ◦ green 86 ◦ blue 139

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

Shades of Governor Bay #53568B

Tints of Governor Bay #53568B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.92%

 BLUE value IS 139 (54.69% from 255) = 45.13%

R = 26.95%
G = 27.92%
B = 45.13%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53568B (or 0x53568B) is known color: Governor Bay. HEX triplet: 53, 56 and 8B. RGB value is (83,86,139). Sum of RGB (Red+Green+Blue) = 83+86+139=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #53568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53568B is #ACA974. Grayscale: #5A5A5A. Windows color (decimal): -11315573 or 9131603. OLE color: 9131603.

HSL color Cylindrical-coordinate representation of color #53568B: hue angle of 236.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53568B is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 86 139 -
CMYK 0.40 0.38 0 0.45
HSL 236.79º 0.25% 0.44% -
HSV(B) 236.79º 0.4% 0.55% -
XYZ 11.56 10.36 25.82 -
YUV 91.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 83 86 139 0.40 0.38 0 0.45 236.79 0.25 0.44
Hex 53 56 8B 28 26 0 2D ED 19 2C
Octal 123 126 213 50 46 0 55 355 31 54
Binary 1010011 1010110 10001011 101000 100110 0 101101 11101101 11001 101100

Color Harmonies of #53568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53568B

Black with #53568B

Text Example


Text Example

White with #53568B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,86,139); }

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

background-color css

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

 a { background-color: rgb(83,86,139); }

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

border-color css

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

 span { border-color: rgb(83,86,139); }

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