Html Css Color HEX #53238E Kingfisher Daisy

📋 copy color: '#53238E'

red 83 ◦ green 35 ◦ blue 142

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

Shades of Kingfisher Daisy #53238E

Tints of Kingfisher Daisy #53238E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.46%

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

R = 31.92%
G = 13.46%
B = 54.62%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53238E (or 0x53238E) is known color: Kingfisher Daisy. HEX triplet: 53, 23 and 8E. RGB value is (83,35,142). Sum of RGB (Red+Green+Blue) = 83+35+142=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #53238E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53238E is #ACDC71. Grayscale: #3D3D3D. Windows color (decimal): -11328626 or 9315155. OLE color: 9315155.

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

Color convert

RGB 83 35 142 -
CMYK 0.42 0.75 0 0.44
HSL 266.92º 0.6% 0.35% -
HSV(B) 266.92º 0.75% 0.56% -
XYZ 9.05 4.99 26.08 -
YUV 61.55 173.4 143.3 -
System Red Green Blue C M Y K H S L
Decimal 83 35 142 0.42 0.75 0 0.44 266.92 0.6 0.35
Hex 53 23 8E 2A 4B 0 2C 10B 3C 23
Octal 123 43 216 52 113 0 54 413 74 43
Binary 1010011 100011 10001110 101010 1001011 0 101100 100001011 111100 100011

Color Harmonies of #53238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53238E

Black with #53238E

Text Example


Text Example

White with #53238E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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