Html Css Color HEX #653485 Kingfisher Daisy

📋 copy color: '#653485'

red 101 ◦ green 52 ◦ blue 133

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

Shades of Kingfisher Daisy #653485

Tints of Kingfisher Daisy #653485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.18%

 BLUE value IS 133 (52.34% from 255) = 46.5%

R = 35.31%
G = 18.18%
B = 46.5%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#653485 (or 0x653485) is known color: Kingfisher Daisy. HEX triplet: 65, 34 and 85. RGB value is (101,52,133). Sum of RGB (Red+Green+Blue) = 101+52+133=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #653485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653485 is #9ACB7A. Grayscale: #4B4B4B. Windows color (decimal): -10144635 or 8729701. OLE color: 8729701.

HSL color Cylindrical-coordinate representation of color #653485: hue angle of 276.3º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #653485 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 52 133 -
CMYK 0.24 0.61 0 0.48
HSL 276.3º 0.44% 0.36% -
HSV(B) 276.3º 0.61% 0.52% -
XYZ 10.83 6.92 22.95 -
YUV 75.89 160.23 145.91 -
System Red Green Blue C M Y K H S L
Decimal 101 52 133 0.24 0.61 0 0.48 276.3 0.44 0.36
Hex 65 34 85 18 3D 0 30 114 2C 24
Octal 145 64 205 30 75 0 60 424 54 44
Binary 1100101 110100 10000101 11000 111101 0 110000 100010100 101100 100100

Color Harmonies of #653485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653485

Black with #653485

Text Example


Text Example

White with #653485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653485; }

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

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

background-color css

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

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

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

border-color css

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

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

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