#605B83

Color #605B83 Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #605B83

Tints of Kimberly #605B83

Color information

#605B83 (or 0x605B83) is unknown color: approx Kimberly. HEX triplet: 60, 5B and 83. RGB value is (96,91,131). Sum of RGB (Red+Green+Blue) = 96+91+131=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 131 - color contains mainly: blue. Hex color #605B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605B83 is #9FA47C. Grayscale: #606060. Windows color (decimal): -10462333 or 8608608. OLE color: 8608608.

HSL color Cylindrical-coordinate representation of color #605B83: hue angle of 247.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #605B83 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9691131-
CMYK0.270.3100.49
HSL247.5º18.02%43.53%-
HSV(B)247.5º30.53%51.37%-
XYZ12.6611.6123.05-
YUV97.06147.16127.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 91 (35.94% from 255) = 28.62%
BLUE value IS 131 (51.56% from 255) = 41.19%
R=30.19%
G=28.62%
B=41.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96911310.270.3100.49247.518.0243.53
Hex605B831B1F031f8122c
Octal14013320333370613702254
Binary1100000101101110000011110111111101100011111100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605B83; }

 p { color: rgb(96,91,131); }

 H1.HeaderClassName
 {
   color: #605B83;
 }
 .AnyTagClassName
 {
   color: #605B83;
 }
</style>
background-color css

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

 a { background-color: rgb(96,91,131); }

 div.DivClassName
 {
   background-color: #605B83;
 }
 .BgClassName
 {
   background-color: #605B83;
 }
</style>
border-color css

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

 span { border-color: rgb(96,91,131); }

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