Html Css Color HEX #653982 Kingfisher Daisy

📋 copy color: '#653982'

red 101 ◦ green 57 ◦ blue 130

#653982
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #653982

Tints of Kingfisher Daisy #653982

RGB

 RED value IS 101 (39.84% from 255) = 35.07%

 GREEN value IS 57 (22.66% from 255) = 19.79%

 BLUE value IS 130 (51.17% from 255) = 45.14%

R = 35.07%
G = 19.79%
B = 45.14%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#653982 (or 0x653982) is known color: Kingfisher Daisy. HEX triplet: 65, 39 and 82. RGB value is (101,57,130). Sum of RGB (Red+Green+Blue) = 101+57+130=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #653982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653982 is #9AC67D. Grayscale: #4E4E4E. Windows color (decimal): -10143358 or 8534373. OLE color: 8534373.

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

Color convert

RGB 101 57 130 -
CMYK 0.22 0.56 0 0.49
HSL 276.16º 0.39% 0.37% -
HSV(B) 276.16º 0.56% 0.51% -
XYZ 10.86 7.3 21.96 -
YUV 78.48 157.08 144.06 -
System Red Green Blue C M Y K H S L
Decimal 101 57 130 0.22 0.56 0 0.49 276.16 0.39 0.37
Hex 65 39 82 16 38 0 31 114 27 25
Octal 145 71 202 26 70 0 61 424 47 45
Binary 1100101 111001 10000010 10110 111000 0 110001 100010100 100111 100101

Color Harmonies of #653982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653982

Black with #653982

Text Example


Text Example

White with #653982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653982; }

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

 H1.HeaderClassName
 {
   color: #653982;
 }
 .AnyTagClassName
 {
   color: #653982;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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