Html Css Color HEX #5D628C Governor Bay

📋 copy color: '#5D628C'

red 93 ◦ green 98 ◦ blue 140

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

Shades of Governor Bay #5D628C

Tints of Governor Bay #5D628C

RGB

 RED value IS 93 (36.72% from 255) = 28.1%

 GREEN value IS 98 (38.67% from 255) = 29.61%

 BLUE value IS 140 (55.08% from 255) = 42.3%

R = 28.1%
G = 29.61%
B = 42.3%

CMYK

 C value IS 0.34

 M value IS 0.3

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5D628C (or 0x5D628C) is known color: Governor Bay. HEX triplet: 5D, 62 and 8C. RGB value is (93,98,140). Sum of RGB (Red+Green+Blue) = 93+98+140=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #5D628C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D628C is #A29D73. Grayscale: #656565. Windows color (decimal): -10657140 or 9200221. OLE color: 9200221.

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

Color convert

RGB 93 98 140 -
CMYK 0.34 0.3 0 0.45
HSL 233.62º 0.2% 0.46% -
HSV(B) 233.62º 0.34% 0.55% -
XYZ 13.62 12.96 26.59 -
YUV 101.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 93 98 140 0.34 0.3 0 0.45 233.62 0.2 0.46
Hex 5D 62 8C 22 1E 0 2D EA 14 2E
Octal 135 142 214 42 36 0 55 352 24 56
Binary 1011101 1100010 10001100 100010 11110 0 101101 11101010 10100 101110

Color Harmonies of #5D628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D628C

Black with #5D628C

Text Example


Text Example

White with #5D628C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,98,140); }

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

background-color css

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

 a { background-color: rgb(93,98,140); }

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

border-color css

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

 span { border-color: rgb(93,98,140); }

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