Html Css Color HEX #532883 Kingfisher Daisy

📋 copy color: '#532883'

red 83 ◦ green 40 ◦ blue 131

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

Shades of Kingfisher Daisy #532883

Tints of Kingfisher Daisy #532883

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.75%

 BLUE value IS 131 (51.56% from 255) = 51.57%

R = 32.68%
G = 15.75%
B = 51.57%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#532883 (or 0x532883) is known color: Kingfisher Daisy. HEX triplet: 53, 28 and 83. RGB value is (83,40,131). Sum of RGB (Red+Green+Blue) = 83+40+131=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #532883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532883 is #ACD77C. Grayscale: #3E3E3E. Windows color (decimal): -11327357 or 8595539. OLE color: 8595539.

HSL color Cylindrical-coordinate representation of color #532883: hue angle of 268.35º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #532883 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 40 131 -
CMYK 0.37 0.69 0 0.49
HSL 268.35º 0.53% 0.34% -
HSV(B) 268.35º 0.69% 0.51% -
XYZ 8.42 5 21.99 -
YUV 63.23 166.25 142.1 -
System Red Green Blue C M Y K H S L
Decimal 83 40 131 0.37 0.69 0 0.49 268.35 0.53 0.34
Hex 53 28 83 25 45 0 31 10C 35 22
Octal 123 50 203 45 105 0 61 414 65 42
Binary 1010011 101000 10000011 100101 1000101 0 110001 100001100 110101 100010

Color Harmonies of #532883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532883

Black with #532883

Text Example


Text Example

White with #532883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532883; }

 p { color: rgb(83,40,131); }

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

background-color css

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

 a { background-color: rgb(83,40,131); }

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

border-color css

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

 span { border-color: rgb(83,40,131); }

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