Html Css Color HEX #38555A Casal

📋 copy color: '#38555A'

red 56 ◦ green 85 ◦ blue 90

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

Shades of Casal #38555A

Tints of Casal #38555A

RGB

 RED value IS 56 (22.27% from 255) = 24.24%

 GREEN value IS 85 (33.59% from 255) = 36.8%

 BLUE value IS 90 (35.55% from 255) = 38.96%

R = 24.24%
G = 36.8%
B = 38.96%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#38555A (or 0x38555A) is known color: 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

RGB 56 85 90 -
CMYK 0.38 0.06 0 0.65
HSL 188.82º 0.23% 0.29% -
HSV(B) 188.82º 0.38% 0.35% -
XYZ 6.72 8.08 10.88 -
YUV 76.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 56 85 90 0.38 0.06 0 0.65 188.82 0.23 0.29
Hex 38 55 5A 26 6 0 41 BD 17 1D
Octal 70 125 132 46 6 0 101 275 27 35
Binary 111000 1010101 1011010 100110 110 0 1000001 10111101 10111 11101

Color Harmonies of #38555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38555A

Black with #38555A

Text Example


Text Example

White with #38555A

Text Example


Text Example

HTML Codes & Css Web 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>