Html Css Color HEX #532098 Kingfisher Daisy

📋 copy color: '#532098'

red 83 ◦ green 32 ◦ blue 152

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

Shades of Kingfisher Daisy #532098

Tints of Kingfisher Daisy #532098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.99%

 BLUE value IS 152 (59.77% from 255) = 56.93%

R = 31.09%
G = 11.99%
B = 56.93%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#532098 (or 0x532098) is known color: Kingfisher Daisy. HEX triplet: 53, 20 and 98. RGB value is (83,32,152). Sum of RGB (Red+Green+Blue) = 83+32+152=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #532098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532098 is #ACDF67. Grayscale: #3C3C3C. Windows color (decimal): -11329384 or 9969747. OLE color: 9969747.

HSL color Cylindrical-coordinate representation of color #532098: hue angle of 265.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #532098 is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 32 152 -
CMYK 0.45 0.79 0 0.40
HSL 265.5º 0.65% 0.36% -
HSV(B) 265.5º 0.79% 0.6% -
XYZ 9.75 5.14 30.18 -
YUV 60.93 179.4 143.74 -
System Red Green Blue C M Y K H S L
Decimal 83 32 152 0.45 0.79 0 0.40 265.5 0.65 0.36
Hex 53 20 98 2D 4F 0 28 10A 41 24
Octal 123 40 230 55 117 0 50 412 101 44
Binary 1010011 100000 10011000 101101 1001111 0 101000 100001010 1000001 100100

Color Harmonies of #532098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532098

Black with #532098

Text Example


Text Example

White with #532098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532098; }

 p { color: rgb(83,32,152); }

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

background-color css

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

 a { background-color: rgb(83,32,152); }

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

border-color css

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

 span { border-color: rgb(83,32,152); }

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