Html Css Color HEX #5D267A Kingfisher Daisy

📋 copy color: '#5D267A'

red 93 ◦ green 38 ◦ blue 122

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

Shades of Kingfisher Daisy #5D267A

Tints of Kingfisher Daisy #5D267A

RGB

 RED value IS 93 (36.72% from 255) = 36.76%

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

 BLUE value IS 122 (48.05% from 255) = 48.22%

R = 36.76%
G = 15.02%
B = 48.22%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5D267A (or 0x5D267A) is known color: Kingfisher Daisy. HEX triplet: 5D, 26 and 7A. RGB value is (93,38,122). Sum of RGB (Red+Green+Blue) = 93+38+122=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #5D267A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D267A is #A2D985. Grayscale: #3F3F3F. Windows color (decimal): -10672518 or 8005213. OLE color: 8005213.

HSL color Cylindrical-coordinate representation of color #5D267A: hue angle of 279.29º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D267A is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 93 38 122 -
CMYK 0.24 0.69 0 0.52
HSL 279.29º 0.53% 0.31% -
HSV(B) 279.29º 0.69% 0.48% -
XYZ 8.72 5.12 18.94 -
YUV 64.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 93 38 122 0.24 0.69 0 0.52 279.29 0.53 0.31
Hex 5D 26 7A 18 45 0 34 117 34 1F
Octal 135 46 172 30 105 0 64 427 64 37
Binary 1011101 100110 1111010 11000 1000101 0 110100 100010111 110100 11111

Color Harmonies of #5D267A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D267A

Black with #5D267A

Text Example


Text Example

White with #5D267A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D267A; }

 p { color: rgb(93,38,122); }

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

background-color css

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

 a { background-color: rgb(93,38,122); }

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

border-color css

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

 span { border-color: rgb(93,38,122); }

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