Html Css Color HEX #564B9B Governor Bay

📋 copy color: '#564B9B'

red 86 ◦ green 75 ◦ blue 155

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

Shades of Governor Bay #564B9B

Tints of Governor Bay #564B9B

RGB

 RED value IS 86 (33.98% from 255) = 27.22%

 GREEN value IS 75 (29.69% from 255) = 23.73%

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

R = 27.22%
G = 23.73%
B = 49.05%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#564B9B (or 0x564B9B) is known color: Governor Bay. HEX triplet: 56, 4B and 9B. RGB value is (86,75,155). Sum of RGB (Red+Green+Blue) = 86+75+155=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #564B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564B9B is #A9B464. Grayscale: #575757. Windows color (decimal): -11121765 or 10177366. OLE color: 10177366.

HSL color Cylindrical-coordinate representation of color #564B9B: hue angle of 248.25º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #564B9B is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 86 75 155 -
CMYK 0.45 0.52 0 0.39
HSL 248.25º 0.35% 0.45% -
HSV(B) 248.25º 0.52% 0.61% -
XYZ 12.27 9.38 32.17 -
YUV 87.41 166.14 127 -
System Red Green Blue C M Y K H S L
Decimal 86 75 155 0.45 0.52 0 0.39 248.25 0.35 0.45
Hex 56 4B 9B 2D 34 0 27 F8 23 2D
Octal 126 113 233 55 64 0 47 370 43 55
Binary 1010110 1001011 10011011 101101 110100 0 100111 11111000 100011 101101

Color Harmonies of #564B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564B9B

Black with #564B9B

Text Example


Text Example

White with #564B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564B9B; }

 p { color: rgb(86,75,155); }

 H1.HeaderClassName
 {
   color: #564B9B;
 }
 .AnyTagClassName
 {
   color: #564B9B;
 }
</style>

background-color css

<style>
 a { background-color: #564B9B; }

 a { background-color: rgb(86,75,155); }

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

border-color css

<style>
 span { border-color: #564B9B; }

 span { border-color: rgb(86,75,155); }

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