#628570

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

Shades of Sirocco #628570

Tints of Sirocco #628570

Color information

#628570 (or 0x628570) is unknown color: approx Sirocco. HEX triplet: 62, 85 and 70. RGB value is (98,133,112). Sum of RGB (Red+Green+Blue) = 98+133+112=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #628570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628570 is #9D7A8F. Grayscale: #787878. Windows color (decimal): -10320528 or 7374178. OLE color: 7374178.

HSL color Cylindrical-coordinate representation of color #628570: hue angle of 144º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #628570 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB98133112-
CMYK0.2600.160.48
HSL144º15.15%45.29%-
HSV(B)144º26.32%52.16%-
XYZ16.3520.5418.43-
YUV120.14123.4112.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.57%
GREEN value IS 133 (52.34% from 255) = 38.78%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=28.57%
G=38.78%
B=32.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981331120.2600.160.4814415.1545.29
Hex6285701A0103090f2d
Octal14220516032020602201755
Binary110001010000101111000011010010000110000100100001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628570; }

 p { color: rgb(98,133,112); }

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

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

 a { background-color: rgb(98,133,112); }

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

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

 span { border-color: rgb(98,133,112); }

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