#38555A

Color #38555A Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #38555A

Tints of Casal #38555A

Color information

#38555A (or 0x38555A) is unknown color: approx Casal. HEX triplet: 38, 55 and 5A. RGB value is (56,85,90). Sum of RGB (Red+Green+Blue) = 56+85+90=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #38555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38555A is #C7AAA5. Grayscale: #4C4C4C. Windows color (decimal): -13085350 or 5920056. OLE color: 5920056.

HSL color Cylindrical-coordinate representation of color #38555A: hue angle of 188.82º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38555A is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB568590-
CMYK0.380.0600.65
HSL188.82º23.29%28.63%-
HSV(B)188.82º37.78%35.29%-
XYZ6.728.0810.88-
YUV76.9135.39113.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 90 (35.55% from 255) = 38.96%
R=24.24%
G=36.80%
B=38.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5685900.380.0600.65188.8223.2928.63
Hex38555A266041bd171d
Octal7012513246601012752735
Binary1110001010101101101010011011001000001101111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38555A; }

 p { color: rgb(56,85,90); }

 H1.HeaderClassName
 {
   color: #38555A;
 }
 .AnyTagClassName
 {
   color: #38555A;
 }
</style>
background-color css

<style>
 a { background-color: #38555A; }

 a { background-color: rgb(56,85,90); }

 div.DivClassName
 {
   background-color: #38555A;
 }
 .BgClassName
 {
   background-color: #38555A;
 }
</style>
border-color css

<style>
 span { border-color: #38555A; }

 span { border-color: rgb(56,85,90); }

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