Html Css Color HEX #584EA0 Governor Bay

📋 copy color: '#584EA0'

red 88 ◦ green 78 ◦ blue 160

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

Shades of Governor Bay #584EA0

Tints of Governor Bay #584EA0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.93%

 BLUE value IS 160 (62.89% from 255) = 49.08%

R = 26.99%
G = 23.93%
B = 49.08%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#584EA0 (or 0x584EA0) is known color: Governor Bay. HEX triplet: 58, 4E and A0. RGB value is (88,78,160). Sum of RGB (Red+Green+Blue) = 88+78+160=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 160 - color contains mainly: blue. Hex color #584EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584EA0 is #A7B15F. Grayscale: #5A5A5A. Windows color (decimal): -10989920 or 10505816. OLE color: 10505816.

HSL color Cylindrical-coordinate representation of color #584EA0: hue angle of 247.32º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #584EA0 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 88 78 160 -
CMYK 0.45 0.51 0 0.37
HSL 247.32º 0.34% 0.47% -
HSV(B) 247.32º 0.51% 0.63% -
XYZ 13.09 10.06 34.51 -
YUV 90.34 167.31 126.33 -
System Red Green Blue C M Y K H S L
Decimal 88 78 160 0.45 0.51 0 0.37 247.32 0.34 0.47
Hex 58 4E A0 2D 33 0 25 F7 22 2F
Octal 130 116 240 55 63 0 45 367 42 57
Binary 1011000 1001110 10100000 101101 110011 0 100101 11110111 100010 101111

Color Harmonies of #584EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584EA0

Black with #584EA0

Text Example


Text Example

White with #584EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584EA0; }

 p { color: rgb(88,78,160); }

 H1.HeaderClassName
 {
   color: #584EA0;
 }
 .AnyTagClassName
 {
   color: #584EA0;
 }
</style>

background-color css

<style>
 a { background-color: #584EA0; }

 a { background-color: rgb(88,78,160); }

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

border-color css

<style>
 span { border-color: #584EA0; }

 span { border-color: rgb(88,78,160); }

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