#653682

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

Shades of Kingfisher Daisy #653682

Tints of Kingfisher Daisy #653682

Color information

#653682 (or 0x653682) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 36 and 82. RGB value is (101,54,130). Sum of RGB (Red+Green+Blue) = 101+54+130=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #653682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653682 is #9AC97D. Grayscale: #4C4C4C. Windows color (decimal): -10144126 or 8533605. OLE color: 8533605.

HSL color Cylindrical-coordinate representation of color #653682: hue angle of 277.11º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #653682 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10154130-
CMYK0.220.5800.49
HSL277.11º41.3%36.08%-
HSV(B)277.11º58.46%50.98%-
XYZ10.727.0221.91-
YUV76.72158.07145.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.44%
GREEN value IS 54 (21.48% from 255) = 18.95%
BLUE value IS 130 (51.17% from 255) = 45.61%
R=35.44%
G=18.95%
B=45.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101541300.220.5800.49277.1141.336.08
Hex653682163A0311152924
Octal1456620226720614255144
Binary110010111011010000010101101110100110001100010101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653682; }

 p { color: rgb(101,54,130); }

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

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

 a { background-color: rgb(101,54,130); }

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

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

 span { border-color: rgb(101,54,130); }

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