Html Css Color HEX #533185 Kingfisher Daisy

📋 copy color: '#533185'

red 83 ◦ green 49 ◦ blue 133

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

Shades of Kingfisher Daisy #533185

Tints of Kingfisher Daisy #533185

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.49%

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

R = 31.32%
G = 18.49%
B = 50.19%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#533185 (or 0x533185) is known color: Kingfisher Daisy. HEX triplet: 53, 31 and 85. RGB value is (83,49,133). Sum of RGB (Red+Green+Blue) = 83+49+133=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #533185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533185 is #ACCE7A. Grayscale: #444444. Windows color (decimal): -11325051 or 8728915. OLE color: 8728915.

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

Color convert

RGB 83 49 133 -
CMYK 0.38 0.63 0 0.48
HSL 264.29º 0.46% 0.36% -
HSV(B) 264.29º 0.63% 0.52% -
XYZ 8.9 5.73 22.83 -
YUV 68.74 164.26 138.17 -
System Red Green Blue C M Y K H S L
Decimal 83 49 133 0.38 0.63 0 0.48 264.29 0.46 0.36
Hex 53 31 85 26 3F 0 30 108 2E 24
Octal 123 61 205 46 77 0 60 410 56 44
Binary 1010011 110001 10000101 100110 111111 0 110000 100001000 101110 100100

Color Harmonies of #533185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533185

Black with #533185

Text Example


Text Example

White with #533185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533185; }

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

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

background-color css

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

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

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

border-color css

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

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

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