Html Css Color HEX #53307F Kingfisher Daisy

📋 copy color: '#53307F'

red 83 ◦ green 48 ◦ blue 127

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

Shades of Kingfisher Daisy #53307F

Tints of Kingfisher Daisy #53307F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 49.22%

R = 32.17%
G = 18.6%
B = 49.22%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#53307F (or 0x53307F) is known color: Kingfisher Daisy. HEX triplet: 53, 30 and 7F. RGB value is (83,48,127). Sum of RGB (Red+Green+Blue) = 83+48+127=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #53307F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53307F is #ACCF80. Grayscale: #434343. Windows color (decimal): -11325313 or 8335443. OLE color: 8335443.

HSL color Cylindrical-coordinate representation of color #53307F: hue angle of 266.58º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53307F is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 48 127 -
CMYK 0.35 0.62 0 0.50
HSL 266.58º 0.45% 0.34% -
HSV(B) 266.58º 0.62% 0.5% -
XYZ 8.45 5.49 20.69 -
YUV 67.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 83 48 127 0.35 0.62 0 0.50 266.58 0.45 0.34
Hex 53 30 7F 23 3E 0 32 10B 2D 22
Octal 123 60 177 43 76 0 62 413 55 42
Binary 1010011 110000 1111111 100011 111110 0 110010 100001011 101101 100010

Color Harmonies of #53307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53307F

Black with #53307F

Text Example


Text Example

White with #53307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53307F; }

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

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

background-color css

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

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

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

border-color css

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

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

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