Html Css Color HEX #5A307B Kingfisher Daisy

📋 copy color: '#5A307B'

red 90 ◦ green 48 ◦ blue 123

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

Shades of Kingfisher Daisy #5A307B

Tints of Kingfisher Daisy #5A307B

RGB

 RED value IS 90 (35.55% from 255) = 34.48%

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

 BLUE value IS 123 (48.44% from 255) = 47.13%

R = 34.48%
G = 18.39%
B = 47.13%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5A307B (or 0x5A307B) is known color: Kingfisher Daisy. HEX triplet: 5A, 30 and 7B. RGB value is (90,48,123). Sum of RGB (Red+Green+Blue) = 90+48+123=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A307B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A307B is #A5CF84. Grayscale: #444444. Windows color (decimal): -10866565 or 8073306. OLE color: 8073306.

HSL color Cylindrical-coordinate representation of color #5A307B: hue angle of 273.6º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A307B is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 90 48 123 -
CMYK 0.27 0.61 0 0.52
HSL 273.6º 0.44% 0.34% -
HSV(B) 273.6º 0.61% 0.48% -
XYZ 8.85 5.72 19.38 -
YUV 69.11 158.41 142.9 -
System Red Green Blue C M Y K H S L
Decimal 90 48 123 0.27 0.61 0 0.52 273.6 0.44 0.34
Hex 5A 30 7B 1B 3D 0 34 112 2C 22
Octal 132 60 173 33 75 0 64 422 54 42
Binary 1011010 110000 1111011 11011 111101 0 110100 100010010 101100 100010

Color Harmonies of #5A307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A307B

Black with #5A307B

Text Example


Text Example

White with #5A307B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,48,123); }

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

background-color css

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

 a { background-color: rgb(90,48,123); }

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

border-color css

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

 span { border-color: rgb(90,48,123); }

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