#62527B

Color #62527B Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #62527B

Tints of Butterfly Bush #62527B

Color information

#62527B (or 0x62527B) is unknown color: approx Butterfly Bush. HEX triplet: 62, 52 and 7B. RGB value is (98,82,123). Sum of RGB (Red+Green+Blue) = 98+82+123=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 123 - color contains mainly: blue. Hex color #62527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62527B is #9DAD84. Grayscale: #5B5B5B. Windows color (decimal): -10333573 or 8082018. OLE color: 8082018.

HSL color Cylindrical-coordinate representation of color #62527B: hue angle of 263.41º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62527B is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9882123-
CMYK0.200.3300.52
HSL263.41º20%40.2%-
HSV(B)263.41º33.33%48.24%-
XYZ11.6310.0620.07-
YUV91.46145.8132.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.34%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 123 (48.44% from 255) = 40.59%
R=32.34%
G=27.06%
B=40.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98821230.200.3300.52263.412040.2
Hex62527B14210341071428
Octal14212217324410644072450
Binary11000101010010111101110100100001011010010000011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62527B; }

 p { color: rgb(98,82,123); }

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

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

 a { background-color: rgb(98,82,123); }

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

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

 span { border-color: rgb(98,82,123); }

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