#625888

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

Shades of Kimberly #625888

Tints of Kimberly #625888

Color information

#625888 (or 0x625888) is unknown color: approx Kimberly. HEX triplet: 62, 58 and 88. RGB value is (98,88,136). Sum of RGB (Red+Green+Blue) = 98+88+136=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #625888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625888 is #9DA777. Grayscale: #606060. Windows color (decimal): -10332024 or 8935522. OLE color: 8935522.

HSL color Cylindrical-coordinate representation of color #625888: hue angle of 252.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #625888 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9888136-
CMYK0.280.3500.47
HSL252.5º21.43%43.92%-
HSV(B)252.5º35.29%53.33%-
XYZ12.9711.3524.8-
YUV96.46150.31129.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.43%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 136 (53.52% from 255) = 42.24%
R=30.43%
G=27.33%
B=42.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98881360.280.3500.47252.521.4343.92
Hex6258881C2302Ffc152c
Octal14213021034430573742554
Binary11000101011000100010001110010001101011111111110010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625888; }

 p { color: rgb(98,88,136); }

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

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

 a { background-color: rgb(98,88,136); }

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

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

 span { border-color: rgb(98,88,136); }

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