Html Css Color HEX #5A417B Kingfisher Daisy

📋 copy color: '#5A417B'

red 90 ◦ green 65 ◦ blue 123

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

Shades of Kingfisher Daisy #5A417B

Tints of Kingfisher Daisy #5A417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.38%

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

R = 32.37%
G = 23.38%
B = 44.24%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5A417B (or 0x5A417B) is known color: Kingfisher Daisy. HEX triplet: 5A, 41 and 7B. RGB value is (90,65,123). Sum of RGB (Red+Green+Blue) = 90+65+123=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A417B is #A5BE84. Grayscale: #4E4E4E. Windows color (decimal): -10862213 or 8077658. OLE color: 8077658.

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

Color convert

RGB 90 65 123 -
CMYK 0.27 0.47 0 0.52
HSL 265.86º 0.31% 0.37% -
HSV(B) 265.86º 0.47% 0.48% -
XYZ 9.68 7.38 19.65 -
YUV 79.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 90 65 123 0.27 0.47 0 0.52 265.86 0.31 0.37
Hex 5A 41 7B 1B 2F 0 34 10A 1F 25
Octal 132 101 173 33 57 0 64 412 37 45
Binary 1011010 1000001 1111011 11011 101111 0 110100 100001010 11111 100101

Color Harmonies of #5A417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A417B

Black with #5A417B

Text Example


Text Example

White with #5A417B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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