Html Css Color HEX #533885 Kingfisher Daisy

📋 copy color: '#533885'

red 83 ◦ green 56 ◦ blue 133

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

Shades of Kingfisher Daisy #533885

Tints of Kingfisher Daisy #533885

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.59%

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

R = 30.51%
G = 20.59%
B = 48.9%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#533885 (or 0x533885) is known color: Kingfisher Daisy. HEX triplet: 53, 38 and 85. RGB value is (83,56,133). Sum of RGB (Red+Green+Blue) = 83+56+133=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #533885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533885 is #ACC77A. Grayscale: #484848. Windows color (decimal): -11323259 or 8730707. OLE color: 8730707.

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

Color convert

RGB 83 56 133 -
CMYK 0.38 0.58 0 0.48
HSL 261.04º 0.41% 0.37% -
HSV(B) 261.04º 0.58% 0.52% -
XYZ 9.22 6.36 22.93 -
YUV 72.85 161.95 135.24 -
System Red Green Blue C M Y K H S L
Decimal 83 56 133 0.38 0.58 0 0.48 261.04 0.41 0.37
Hex 53 38 85 26 3A 0 30 105 29 25
Octal 123 70 205 46 72 0 60 405 51 45
Binary 1010011 111000 10000101 100110 111010 0 110000 100000101 101001 100101

Color Harmonies of #533885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533885

Black with #533885

Text Example


Text Example

White with #533885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533885; }

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

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

background-color css

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

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

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

border-color css

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

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

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