Html Css Color HEX #5A367B Kingfisher Daisy

📋 copy color: '#5A367B'

red 90 ◦ green 54 ◦ blue 123

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

Shades of Kingfisher Daisy #5A367B

Tints of Kingfisher Daisy #5A367B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.22%

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

R = 33.71%
G = 20.22%
B = 46.07%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5A367B (or 0x5A367B) is known color: Kingfisher Daisy. HEX triplet: 5A, 36 and 7B. RGB value is (90,54,123). Sum of RGB (Red+Green+Blue) = 90+54+123=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A367B is #A5C984. Grayscale: #484848. Windows color (decimal): -10865029 or 8074842. OLE color: 8074842.

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

Color convert

RGB 90 54 123 -
CMYK 0.27 0.56 0 0.52
HSL 271.3º 0.39% 0.35% -
HSV(B) 271.3º 0.56% 0.48% -
XYZ 9.11 6.24 19.46 -
YUV 72.63 156.43 140.39 -
System Red Green Blue C M Y K H S L
Decimal 90 54 123 0.27 0.56 0 0.52 271.3 0.39 0.35
Hex 5A 36 7B 1B 38 0 34 10F 27 23
Octal 132 66 173 33 70 0 64 417 47 43
Binary 1011010 110110 1111011 11011 111000 0 110100 100001111 100111 100011

Color Harmonies of #5A367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A367B

Black with #5A367B

Text Example


Text Example

White with #5A367B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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