Html Css Color HEX #533874 Kingfisher Daisy

📋 copy color: '#533874'

red 83 ◦ green 56 ◦ blue 116

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

Shades of Kingfisher Daisy #533874

Tints of Kingfisher Daisy #533874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.49%

R = 32.55%
G = 21.96%
B = 45.49%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#533874 (or 0x533874) is known color: Kingfisher Daisy. HEX triplet: 53, 38 and 74. RGB value is (83,56,116). Sum of RGB (Red+Green+Blue) = 83+56+116=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #533874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533874 is #ACC78B. Grayscale: #464646. Windows color (decimal): -11323276 or 7616595. OLE color: 7616595.

HSL color Cylindrical-coordinate representation of color #533874: hue angle of 267º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #533874 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 56 116 -
CMYK 0.28 0.52 0 0.55
HSL 267º 0.35% 0.34% -
HSV(B) 267º 0.52% 0.45% -
XYZ 8.13 5.93 17.24 -
YUV 70.91 153.45 136.62 -
System Red Green Blue C M Y K H S L
Decimal 83 56 116 0.28 0.52 0 0.55 267 0.35 0.34
Hex 53 38 74 1C 34 0 37 10B 23 22
Octal 123 70 164 34 64 0 67 413 43 42
Binary 1010011 111000 1110100 11100 110100 0 110111 100001011 100011 100010

Color Harmonies of #533874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533874

Black with #533874

Text Example


Text Example

White with #533874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533874; }

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

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

background-color css

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

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

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

border-color css

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

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

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