Html Css Color HEX #532185 Kingfisher Daisy

📋 copy color: '#532185'

red 83 ◦ green 33 ◦ blue 133

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

Shades of Kingfisher Daisy #532185

Tints of Kingfisher Daisy #532185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.25%

 BLUE value IS 133 (52.34% from 255) = 53.41%

R = 33.33%
G = 13.25%
B = 53.41%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#532185 (or 0x532185) is known color: Kingfisher Daisy. HEX triplet: 53, 21 and 85. RGB value is (83,33,133). Sum of RGB (Red+Green+Blue) = 83+33+133=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #532185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532185 is #ACDE7A. Grayscale: #3B3B3B. Windows color (decimal): -11329147 or 8724819. OLE color: 8724819.

HSL color Cylindrical-coordinate representation of color #532185: hue angle of 270º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #532185 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 33 133 -
CMYK 0.38 0.75 0 0.48
HSL 270º 0.6% 0.33% -
HSV(B) 270º 0.75% 0.52% -
XYZ 8.34 4.62 22.64 -
YUV 59.35 169.57 144.87 -
System Red Green Blue C M Y K H S L
Decimal 83 33 133 0.38 0.75 0 0.48 270 0.6 0.33
Hex 53 21 85 26 4B 0 30 10E 3C 21
Octal 123 41 205 46 113 0 60 416 74 41
Binary 1010011 100001 10000101 100110 1001011 0 110000 100001110 111100 100001

Color Harmonies of #532185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532185

Black with #532185

Text Example


Text Example

White with #532185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532185; }

 p { color: rgb(83,33,133); }

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

background-color css

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

 a { background-color: rgb(83,33,133); }

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

border-color css

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

 span { border-color: rgb(83,33,133); }

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