Html Css Color HEX #53258E Kingfisher Daisy

📋 copy color: '#53258E'

red 83 ◦ green 37 ◦ blue 142

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

Shades of Kingfisher Daisy #53258E

Tints of Kingfisher Daisy #53258E

RGB

 RED value IS 83 (32.81% from 255) = 31.68%

 GREEN value IS 37 (14.84% from 255) = 14.12%

 BLUE value IS 142 (55.86% from 255) = 54.2%

R = 31.68%
G = 14.12%
B = 54.2%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53258E (or 0x53258E) is known color: Kingfisher Daisy. HEX triplet: 53, 25 and 8E. RGB value is (83,37,142). Sum of RGB (Red+Green+Blue) = 83+37+142=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 142 (55.86% from 255 or 54.20% from 262); Max value from RGB is 142 - color contains mainly: blue. Hex color #53258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53258E is #ACDA71. Grayscale: #3E3E3E. Windows color (decimal): -11328114 or 9315667. OLE color: 9315667.

HSL color Cylindrical-coordinate representation of color #53258E: hue angle of 266.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53258E is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 37 142 -
CMYK 0.42 0.74 0 0.44
HSL 266.29º 0.59% 0.35% -
HSV(B) 266.29º 0.74% 0.56% -
XYZ 9.11 5.12 26.1 -
YUV 62.72 172.74 142.46 -
System Red Green Blue C M Y K H S L
Decimal 83 37 142 0.42 0.74 0 0.44 266.29 0.59 0.35
Hex 53 25 8E 2A 4A 0 2C 10A 3B 23
Octal 123 45 216 52 112 0 54 412 73 43
Binary 1010011 100101 10001110 101010 1001010 0 101100 100001010 111011 100011

Color Harmonies of #53258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53258E

Black with #53258E

Text Example


Text Example

White with #53258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53258E; }

 p { color: rgb(83,37,142); }

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

background-color css

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

 a { background-color: rgb(83,37,142); }

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

border-color css

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

 span { border-color: rgb(83,37,142); }

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