Html Css Color HEX #5B437C Kingfisher Daisy

📋 copy color: '#5B437C'

red 91 ◦ green 67 ◦ blue 124

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

Shades of Kingfisher Daisy #5B437C

Tints of Kingfisher Daisy #5B437C

RGB

 RED value IS 91 (35.94% from 255) = 32.27%

 GREEN value IS 67 (26.56% from 255) = 23.76%

 BLUE value IS 124 (48.83% from 255) = 43.97%

R = 32.27%
G = 23.76%
B = 43.97%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5B437C (or 0x5B437C) is known color: Kingfisher Daisy. HEX triplet: 5B, 43 and 7C. RGB value is (91,67,124). Sum of RGB (Red+Green+Blue) = 91+67+124=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B437C is #A4BC83. Grayscale: #505050. Windows color (decimal): -10796164 or 8143707. OLE color: 8143707.

HSL color Cylindrical-coordinate representation of color #5B437C: hue angle of 265.26º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B437C is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 91 67 124 -
CMYK 0.27 0.46 0 0.51
HSL 265.26º 0.3% 0.37% -
HSV(B) 265.26º 0.46% 0.49% -
XYZ 9.96 7.69 20.03 -
YUV 80.67 152.45 135.37 -
System Red Green Blue C M Y K H S L
Decimal 91 67 124 0.27 0.46 0 0.51 265.26 0.3 0.37
Hex 5B 43 7C 1B 2E 0 33 109 1E 25
Octal 133 103 174 33 56 0 63 411 36 45
Binary 1011011 1000011 1111100 11011 101110 0 110011 100001001 11110 100101

Color Harmonies of #5B437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B437C

Black with #5B437C

Text Example


Text Example

White with #5B437C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,67,124); }

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

background-color css

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

 a { background-color: rgb(91,67,124); }

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

border-color css

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

 span { border-color: rgb(91,67,124); }

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