Html Css Color HEX #653A85 Kingfisher Daisy

📋 copy color: '#653A85'

red 101 ◦ green 58 ◦ blue 133

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

Shades of Kingfisher Daisy #653A85

Tints of Kingfisher Daisy #653A85

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.86%

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

R = 34.59%
G = 19.86%
B = 45.55%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#653A85 (or 0x653A85) is known color: Kingfisher Daisy. HEX triplet: 65, 3A and 85. RGB value is (101,58,133). Sum of RGB (Red+Green+Blue) = 101+58+133=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #653A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653A85 is #9AC57A. Grayscale: #4F4F4F. Windows color (decimal): -10143099 or 8731237. OLE color: 8731237.

HSL color Cylindrical-coordinate representation of color #653A85: hue angle of 274.4º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #653A85 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 58 133 -
CMYK 0.24 0.56 0 0.48
HSL 274.4º 0.39% 0.37% -
HSV(B) 274.4º 0.56% 0.52% -
XYZ 11.11 7.49 23.05 -
YUV 79.41 158.25 143.4 -
System Red Green Blue C M Y K H S L
Decimal 101 58 133 0.24 0.56 0 0.48 274.4 0.39 0.37
Hex 65 3A 85 18 38 0 30 112 27 25
Octal 145 72 205 30 70 0 60 422 47 45
Binary 1100101 111010 10000101 11000 111000 0 110000 100010010 100111 100101

Color Harmonies of #653A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653A85

Black with #653A85

Text Example


Text Example

White with #653A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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