Html Css Color HEX #53288D Kingfisher Daisy

📋 copy color: '#53288D'

red 83 ◦ green 40 ◦ blue 141

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

Shades of Kingfisher Daisy #53288D

Tints of Kingfisher Daisy #53288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.15%

 BLUE value IS 141 (55.47% from 255) = 53.41%

R = 31.44%
G = 15.15%
B = 53.41%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53288D (or 0x53288D) is known color: Kingfisher Daisy. HEX triplet: 53, 28 and 8D. RGB value is (83,40,141). Sum of RGB (Red+Green+Blue) = 83+40+141=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #53288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53288D is #ACD772. Grayscale: #404040. Windows color (decimal): -11327347 or 9250899. OLE color: 9250899.

HSL color Cylindrical-coordinate representation of color #53288D: hue angle of 265.54º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53288D is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 40 141 -
CMYK 0.41 0.72 0 0.45
HSL 265.54º 0.56% 0.35% -
HSV(B) 265.54º 0.72% 0.55% -
XYZ 9.13 5.28 25.74 -
YUV 64.37 171.25 141.29 -
System Red Green Blue C M Y K H S L
Decimal 83 40 141 0.41 0.72 0 0.45 265.54 0.56 0.35
Hex 53 28 8D 29 48 0 2D 10A 38 23
Octal 123 50 215 51 110 0 55 412 70 43
Binary 1010011 101000 10001101 101001 1001000 0 101101 100001010 111000 100011

Color Harmonies of #53288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53288D

Black with #53288D

Text Example


Text Example

White with #53288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53288D; }

 p { color: rgb(83,40,141); }

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

background-color css

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

 a { background-color: rgb(83,40,141); }

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

border-color css

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

 span { border-color: rgb(83,40,141); }

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