Html Css Color HEX #53267D Kingfisher Daisy

📋 copy color: '#53267D'

red 83 ◦ green 38 ◦ blue 125

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

Shades of Kingfisher Daisy #53267D

Tints of Kingfisher Daisy #53267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.45%

 BLUE value IS 125 (49.22% from 255) = 50.81%

R = 33.74%
G = 15.45%
B = 50.81%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53267D (or 0x53267D) is known color: Kingfisher Daisy. HEX triplet: 53, 26 and 7D. RGB value is (83,38,125). Sum of RGB (Red+Green+Blue) = 83+38+125=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #53267D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53267D is #ACD982. Grayscale: #3D3D3D. Windows color (decimal): -11327875 or 8201811. OLE color: 8201811.

HSL color Cylindrical-coordinate representation of color #53267D: hue angle of 271.03º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53267D is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 38 125 -
CMYK 0.34 0.70 0 0.51
HSL 271.03º 0.53% 0.32% -
HSV(B) 271.03º 0.7% 0.49% -
XYZ 7.96 4.71 19.89 -
YUV 61.37 163.91 143.43 -
System Red Green Blue C M Y K H S L
Decimal 83 38 125 0.34 0.70 0 0.51 271.03 0.53 0.32
Hex 53 26 7D 22 46 0 33 10F 35 20
Octal 123 46 175 42 106 0 63 417 65 40
Binary 1010011 100110 1111101 100010 1000110 0 110011 100001111 110101 100000

Color Harmonies of #53267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53267D

Black with #53267D

Text Example


Text Example

White with #53267D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,38,125); }

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

background-color css

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

 a { background-color: rgb(83,38,125); }

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

border-color css

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

 span { border-color: rgb(83,38,125); }

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