Html Css Color HEX #605889 Kimberly

📋 copy color: '#605889'

red 96 ◦ green 88 ◦ blue 137

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

Shades of Kimberly #605889

Tints of Kimberly #605889

RGB

 RED value IS 96 (37.89% from 255) = 29.91%

 GREEN value IS 88 (34.77% from 255) = 27.41%

 BLUE value IS 137 (53.91% from 255) = 42.68%

R = 29.91%
G = 27.41%
B = 42.68%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#605889 (or 0x605889) is known color: Kimberly. HEX triplet: 60, 58 and 89. RGB value is (96,88,137). Sum of RGB (Red+Green+Blue) = 96+88+137=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #605889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605889 is #9FA776. Grayscale: #5F5F5F. Windows color (decimal): -10463095 or 9001056. OLE color: 9001056.

HSL color Cylindrical-coordinate representation of color #605889: hue angle of 249.8º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #605889 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 88 137 -
CMYK 0.30 0.36 0 0.46
HSL 249.8º 0.22% 0.44% -
HSV(B) 249.8º 0.36% 0.54% -
XYZ 12.83 11.27 25.17 -
YUV 95.98 151.15 128.02 -
System Red Green Blue C M Y K H S L
Decimal 96 88 137 0.30 0.36 0 0.46 249.8 0.22 0.44
Hex 60 58 89 1E 24 0 2E FA 16 2C
Octal 140 130 211 36 44 0 56 372 26 54
Binary 1100000 1011000 10001001 11110 100100 0 101110 11111010 10110 101100

Color Harmonies of #605889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605889

Black with #605889

Text Example


Text Example

White with #605889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605889; }

 p { color: rgb(96,88,137); }

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

background-color css

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

 a { background-color: rgb(96,88,137); }

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

border-color css

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

 span { border-color: rgb(96,88,137); }

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