Html Css Color HEX #533085 Kingfisher Daisy

📋 copy color: '#533085'

red 83 ◦ green 48 ◦ blue 133

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

Shades of Kingfisher Daisy #533085

Tints of Kingfisher Daisy #533085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.18%

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

R = 31.44%
G = 18.18%
B = 50.38%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#533085 (or 0x533085) is known color: Kingfisher Daisy. HEX triplet: 53, 30 and 85. RGB value is (83,48,133). Sum of RGB (Red+Green+Blue) = 83+48+133=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #533085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533085 is #ACCF7A. Grayscale: #434343. Windows color (decimal): -11325307 or 8728659. OLE color: 8728659.

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

Color convert

RGB 83 48 133 -
CMYK 0.38 0.64 0 0.48
HSL 264.71º 0.47% 0.35% -
HSV(B) 264.71º 0.64% 0.52% -
XYZ 8.86 5.65 22.81 -
YUV 68.16 164.6 138.59 -
System Red Green Blue C M Y K H S L
Decimal 83 48 133 0.38 0.64 0 0.48 264.71 0.47 0.35
Hex 53 30 85 26 40 0 30 109 2F 23
Octal 123 60 205 46 100 0 60 411 57 43
Binary 1010011 110000 10000101 100110 1000000 0 110000 100001001 101111 100011

Color Harmonies of #533085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533085

Black with #533085

Text Example


Text Example

White with #533085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533085; }

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

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

background-color css

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

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

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

border-color css

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

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

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