Html Css Color HEX #5F608B Governor Bay

📋 copy color: '#5F608B'

red 95 ◦ green 96 ◦ blue 139

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

Shades of Governor Bay #5F608B

Tints of Governor Bay #5F608B

RGB

 RED value IS 95 (37.5% from 255) = 28.79%

 GREEN value IS 96 (37.89% from 255) = 29.09%

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

R = 28.79%
G = 29.09%
B = 42.12%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5F608B (or 0x5F608B) is known color: Governor Bay. HEX triplet: 5F, 60 and 8B. RGB value is (95,96,139). Sum of RGB (Red+Green+Blue) = 95+96+139=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F608B is #A09F74. Grayscale: #646464. Windows color (decimal): -10526581 or 9134175. OLE color: 9134175.

HSL color Cylindrical-coordinate representation of color #5F608B: hue angle of 238.64º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F608B is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 95 96 139 -
CMYK 0.32 0.31 0 0.45
HSL 238.64º 0.19% 0.46% -
HSV(B) 238.64º 0.32% 0.55% -
XYZ 13.56 12.66 26.16 -
YUV 100.6 149.67 124 -
System Red Green Blue C M Y K H S L
Decimal 95 96 139 0.32 0.31 0 0.45 238.64 0.19 0.46
Hex 5F 60 8B 20 1F 0 2D EF 13 2E
Octal 137 140 213 40 37 0 55 357 23 56
Binary 1011111 1100000 10001011 100000 11111 0 101101 11101111 10011 101110

Color Harmonies of #5F608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F608B

Black with #5F608B

Text Example


Text Example

White with #5F608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F608B; }

 p { color: rgb(95,96,139); }

 H1.HeaderClassName
 {
   color: #5F608B;
 }
 .AnyTagClassName
 {
   color: #5F608B;
 }
</style>

background-color css

<style>
 a { background-color: #5F608B; }

 a { background-color: rgb(95,96,139); }

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

border-color css

<style>
 span { border-color: #5F608B; }

 span { border-color: rgb(95,96,139); }

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