Html Css Color HEX #5BC5DF Malibu

📋 copy color: '#5BC5DF'

red 91 ◦ green 197 ◦ blue 223

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

Shades of Malibu #5BC5DF

Tints of Malibu #5BC5DF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.55%

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 17.81%
G = 38.55%
B = 43.64%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5BC5DF (or 0x5BC5DF) is known color: Malibu. HEX triplet: 5B, C5 and DF. RGB value is (91,197,223). Sum of RGB (Red+Green+Blue) = 91+197+223=511 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.81% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #5BC5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC5DF is #A43A20. Grayscale: #A8A8A8. Windows color (decimal): -10762785 or 14665051. OLE color: 14665051.

HSL color Cylindrical-coordinate representation of color #5BC5DF: hue angle of 191.82º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BC5DF is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 91 197 223 -
CMYK 0.59 0.12 0 0.13
HSL 191.82º 0.67% 0.62% -
HSV(B) 191.82º 0.59% 0.87% -
XYZ 37.6 47.48 77 -
YUV 168.27 158.88 72.89 -
System Red Green Blue C M Y K H S L
Decimal 91 197 223 0.59 0.12 0 0.13 191.82 0.67 0.62
Hex 5B C5 DF 3B C 0 D C0 43 3E
Octal 133 305 337 73 14 0 15 300 103 76
Binary 1011011 11000101 11011111 111011 1100 0 1101 11000000 1000011 111110

Color Harmonies of #5BC5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC5DF

Black with #5BC5DF

Text Example


Text Example

White with #5BC5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,197,223); }

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

background-color css

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

 a { background-color: rgb(91,197,223); }

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

border-color css

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

 span { border-color: rgb(91,197,223); }

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