Html Css Color HEX #52238E Kingfisher Daisy

📋 copy color: '#52238E'

red 82 ◦ green 35 ◦ blue 142

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

Shades of Kingfisher Daisy #52238E

Tints of Kingfisher Daisy #52238E

RGB

 RED value IS 82 (32.42% from 255) = 31.66%

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

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

R = 31.66%
G = 13.51%
B = 54.83%

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

#52238E (or 0x52238E) is known color: Kingfisher Daisy. HEX triplet: 52, 23 and 8E. RGB value is (82,35,142). Sum of RGB (Red+Green+Blue) = 82+35+142=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #52238E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52238E is #ADDC71. Grayscale: #3C3C3C. Windows color (decimal): -11394162 or 9315154. OLE color: 9315154.

HSL color Cylindrical-coordinate representation of color #52238E: hue angle of 266.36º 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 #52238E is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 35 142 -
CMYK 0.42 0.75 0 0.44
HSL 266.36º 0.6% 0.35% -
HSV(B) 266.36º 0.75% 0.56% -
XYZ 8.96 4.95 26.07 -
YUV 61.25 173.57 142.8 -
System Red Green Blue C M Y K H S L
Decimal 82 35 142 0.42 0.75 0 0.44 266.36 0.6 0.35
Hex 52 23 8E 2A 4B 0 2C 10A 3C 23
Octal 122 43 216 52 113 0 54 412 74 43
Binary 1010010 100011 10001110 101010 1001011 0 101100 100001010 111100 100011

Color Harmonies of #52238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52238E

Black with #52238E

Text Example


Text Example

White with #52238E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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