#653483

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

Shades of Kingfisher Daisy #653483

Tints of Kingfisher Daisy #653483

Color information

#653483 (or 0x653483) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 34 and 83. RGB value is (101,52,131). Sum of RGB (Red+Green+Blue) = 101+52+131=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #653483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653483 is #9ACB7C. Grayscale: #4B4B4B. Windows color (decimal): -10144637 or 8598629. OLE color: 8598629.

HSL color Cylindrical-coordinate representation of color #653483: hue angle of 277.22º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #653483 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10152131-
CMYK0.230.6000.49
HSL277.22º43.17%35.88%-
HSV(B)277.22º60.31%51.37%-
XYZ10.696.8622.23-
YUV75.66159.23146.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.56%
GREEN value IS 52 (20.70% from 255) = 18.31%
BLUE value IS 131 (51.56% from 255) = 46.13%
R=35.56%
G=18.31%
B=46.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101521310.230.6000.49277.2243.1735.88
Hex653483173C0311152b24
Octal1456420327740614255344
Binary110010111010010000011101111111000110001100010101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653483; }

 p { color: rgb(101,52,131); }

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

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

 a { background-color: rgb(101,52,131); }

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

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

 span { border-color: rgb(101,52,131); }

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