Html Css Color HEX #532889 Kingfisher Daisy

📋 copy color: '#532889'

red 83 ◦ green 40 ◦ blue 137

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

Shades of Kingfisher Daisy #532889

Tints of Kingfisher Daisy #532889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 52.69%

R = 31.92%
G = 15.38%
B = 52.69%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#532889 (or 0x532889) is known color: Kingfisher Daisy. HEX triplet: 53, 28 and 89. RGB value is (83,40,137). Sum of RGB (Red+Green+Blue) = 83+40+137=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #532889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532889 is #ACD776. Grayscale: #3F3F3F. Windows color (decimal): -11327351 or 8988755. OLE color: 8988755.

HSL color Cylindrical-coordinate representation of color #532889: hue angle of 266.6º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #532889 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 40 137 -
CMYK 0.39 0.71 0 0.46
HSL 266.6º 0.55% 0.35% -
HSV(B) 266.6º 0.71% 0.54% -
XYZ 8.84 5.16 24.2 -
YUV 63.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 83 40 137 0.39 0.71 0 0.46 266.6 0.55 0.35
Hex 53 28 89 27 47 0 2E 10B 37 23
Octal 123 50 211 47 107 0 56 413 67 43
Binary 1010011 101000 10001001 100111 1000111 0 101110 100001011 110111 100011

Color Harmonies of #532889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532889

Black with #532889

Text Example


Text Example

White with #532889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532889; }

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

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

background-color css

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

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

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

border-color css

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

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

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