Html Css Color HEX #653285 Kingfisher Daisy

📋 copy color: '#653285'

red 101 ◦ green 50 ◦ blue 133

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

Shades of Kingfisher Daisy #653285

Tints of Kingfisher Daisy #653285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.61%

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

R = 35.56%
G = 17.61%
B = 46.83%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#653285 (or 0x653285) is known color: Kingfisher Daisy. HEX triplet: 65, 32 and 85. RGB value is (101,50,133). Sum of RGB (Red+Green+Blue) = 101+50+133=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #653285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653285 is #9ACD7A. Grayscale: #4A4A4A. Windows color (decimal): -10145147 or 8729189. OLE color: 8729189.

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

Color convert

RGB 101 50 133 -
CMYK 0.24 0.62 0 0.48
HSL 276.87º 0.45% 0.36% -
HSV(B) 276.87º 0.62% 0.52% -
XYZ 10.74 6.74 22.93 -
YUV 74.71 160.9 146.75 -
System Red Green Blue C M Y K H S L
Decimal 101 50 133 0.24 0.62 0 0.48 276.87 0.45 0.36
Hex 65 32 85 18 3E 0 30 115 2D 24
Octal 145 62 205 30 76 0 60 425 55 44
Binary 1100101 110010 10000101 11000 111110 0 110000 100010101 101101 100100

Color Harmonies of #653285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653285

Black with #653285

Text Example


Text Example

White with #653285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653285; }

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

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

background-color css

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

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

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

border-color css

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

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

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